C1.DataCollection.Serialization Assembly / C1.DataCollection.Serialization Namespace / NotifyCollectionChangedEventArgs<T> Class
Members

NotifyCollectionChangedEventArgs<T> Class
This generic class is used to deserialize System.Collections.Specialized.NotifyCollectionChangedEventArgs correctly.
Object Model
NotifyCollectionChangedEventArgs<T> Class
Syntax
'Declaration
 
Public Class NotifyCollectionChangedEventArgs(Of T) 
   Inherits System.Collections.Specialized.NotifyCollectionChangedEventArgs
 
Type Parameters
T
Remarks
This must be used together with NotifyCollectionChangedEventArgsJsonConverter in the System.Text.Json.JsonSerializer options.
Inheritance Hierarchy

System.Object
   System.EventArgs
      System.Collections.Specialized.NotifyCollectionChangedEventArgs
         C1.DataCollection.Serialization.NotifyCollectionChangedEventArgs<T>

See Also